This is shell script for example code


Posted by coray0715 on 2023-07-04

#!/bin/bash

# This is a simple shell script example

# Print "Hello, World!" to the console
echo "Hello, World!"









Related Posts

簡明程式解題入門 - 陣列篇 I

簡明程式解題入門 - 陣列篇 I

[#005] 383. Ransom Note

[#005] 383. Ransom Note

[第三週] 用 Jest 寫單元測試

[第三週] 用 Jest 寫單元測試


Comments